mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-28 20:14:45 +00:00
parent
559b465888
commit
cb385a86e4
6 changed files with 73 additions and 31 deletions
|
@ -422,6 +422,6 @@ The name of the operating system dependent module imported. The following names
|
|||
topdown := Bool,
|
||||
onerror := Subroutine,
|
||||
followlinks := Bool
|
||||
) => Iterator [Str, [Str; _], [Str; _]]
|
||||
) => Iterator((Str, [Str; _], [Str; _]),)
|
||||
.write!: (fd: Nat or FileDescriptor, str: Bytes) => Nat
|
||||
.writev!: (fd: Nat or FileDescriptor, buffers: Ref(ByteArray!)) => Nat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue