文件名称:nim-cheat-sheet:nim 的备忘单
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-12 23:39:19
nim-备忘单 nim 的备忘单 宁录笔记 链接 (,) 教程: 参考 内件 备忘单 句法 类型 内置: char : 'c' '\l' int8 : 1_024'i8 int16 : 0xbeef'i16 int32 : 0o71'i32 int64 : 0b10'i64 float32 : 1_000.5e-10'f64 float64 : 1_000.5e-10'f64 string : "a \" b" , r"a" "b" , """a"b""" # with \n: new line (platform dependant) # \l: LF (10) \r: CR (13) # var s: string = newString(4) 声明 type TDirection = enum
【文件预览】:
nim-cheat-sheet-master
----README.md(9KB)