- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Fstypename (0.11 sec)
-
api/go1.16.txt
pkg syscall (darwin-arm64), type Statfs_t struct, Fsid Fsid pkg syscall (darwin-arm64), type Statfs_t struct, Fssubtype uint32 pkg syscall (darwin-arm64), type Statfs_t struct, Fstypename [16]int8 pkg syscall (darwin-arm64), type Statfs_t struct, Iosize int32 pkg syscall (darwin-arm64), type Statfs_t struct, Mntfromname [1024]int8 pkg syscall (darwin-arm64), type Statfs_t struct, Mntonname [1024]int8
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
doc/go_spec.html
A type may also be specified using a <i>type literal</i>, which composes a type from existing types. </p> <pre class="ebnf"> Type = TypeName [ TypeArgs ] | TypeLit | "(" Type ")" . TypeName = identifier | QualifiedIdent . TypeArgs = "[" TypeList [ "," ] "]" . TypeList = Type { "," Type } . TypeLit = ArrayType | StructType | PointerType | FunctionType | InterfaceType |
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 02 00:58:01 UTC 2024 - 282.5K bytes - Viewed (0)