mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 02:39:20 +00:00
feat: add Bytes
methods
This commit is contained in:
parent
11cb46f4a4
commit
ea8f1ea91f
5 changed files with 315 additions and 16 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue