- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for 32 (0.01 seconds)
-
api/go1.16.txt
pkg syscall (darwin-arm64), const SizeofCmsghdr ideal-int pkg syscall (darwin-arm64), const SizeofICMPv6Filter = 32 pkg syscall (darwin-arm64), const SizeofICMPv6Filter ideal-int pkg syscall (darwin-arm64), const SizeofIPMreq = 8 pkg syscall (darwin-arm64), const SizeofIPMreq ideal-int pkg syscall (darwin-arm64), const SizeofIPv6MTUInfo = 32 pkg syscall (darwin-arm64), const SizeofIPv6MTUInfo ideal-int
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Dec 02 16:30:41 GMT 2022 - 479.2K bytes - Click Count (0) -
api/go1.13.txt
pkg bytes, func ToValidUTF8([]uint8, []uint8) []uint8 pkg crypto/ed25519, const PrivateKeySize = 64 pkg crypto/ed25519, const PrivateKeySize ideal-int pkg crypto/ed25519, const PublicKeySize = 32 pkg crypto/ed25519, const PublicKeySize ideal-int pkg crypto/ed25519, const SeedSize = 32 pkg crypto/ed25519, const SeedSize ideal-int pkg crypto/ed25519, const SignatureSize = 64 pkg crypto/ed25519, const SignatureSize ideal-int
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Aug 08 18:44:16 GMT 2019 - 452.6K bytes - Click Count (0) -
doc/go_spec.html
const b = 15 / 4 // b == 3 (untyped integer constant) const c = 15 / 4.0 // c == 3.75 (untyped floating-point constant) const Θ float64 = 3/2 // Θ == 1.0 (type float64, 3/2 is integer division) const Π float64 = 3/2. // Π == 1.5 (type float64, 3/2. is float division) const d = 1 << 3.0 // d == 8 (untyped integer constant) const e = 1.0 << 3 // e == 8 (untyped integer constant)
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Dec 02 23:07:19 GMT 2025 - 286.5K bytes - Click Count (1)