feat: add Bytes methods

This commit is contained in:
Shunsuke Shibayama 2024-08-10 18:28:49 +09:00
parent 11cb46f4a4
commit ea8f1ea91f
5 changed files with 315 additions and 16 deletions

View file

@ -743,6 +743,7 @@ const KW_CONFLICT_RESOLVER: &str = "conflict_resolver";
const KW_EPSILON: &str = "epsilon";
const KW_PATH: &str = "Path";
const KW_NDIGITS: &str = "ndigits";
const KW_BYTES_OR_BUFFER: &str = "bytes_or_buffer";
pub fn builtins_path() -> PathBuf {
erg_pystd_path().join("builtins.d.er")