mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-24 16:25:25 +00:00
Add proc toOpenArray[byte] for strings (#7820)
This commit is contained in:
committed by
Andreas Rumpf
parent
88714e77d8
commit
a6c3bbf01a
@@ -4164,7 +4164,8 @@ when not defined(js):
|
||||
magic: "Slice".}
|
||||
proc toOpenArray*(x: string; first, last: int): openarray[char] {.
|
||||
magic: "Slice".}
|
||||
|
||||
proc toOpenArrayByte*(x: string; first, last: int): openarray[byte] {.
|
||||
magic: "Slice".}
|
||||
|
||||
type
|
||||
ForLoopStmt* {.compilerProc.} = object ## special type that marks a macro
|
||||
|
||||
Reference in New Issue
Block a user