mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 10:49:54 +00:00
feat: add FrozenSet
, MemoryView
This commit is contained in:
parent
b9ff06bb35
commit
824075f7ee
6 changed files with 102 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
.Array! = 'array': ClassType
|
||||
.Array!.
|
||||
__call__: (typecode: Str, initializer := [Obj; _] or Iterable(Obj)) -> .Array
|
||||
__call__: (typecode: Str, initializer := [Obj; _] or Iterable(Obj)) -> .Array!
|
||||
typecode: Str
|
||||
itemsize: Nat
|
||||
append: (self: RefMut(.Array!), x: Obj) => NoneType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue