Documentation
¶
Overview ¶
Package tinygo contains constants used between the TinyGo compiler and runtime.
Index ¶
Constants ¶
View Source
const ( PanicStrategyPrint = iota + 1 PanicStrategyTrap )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HashmapAlgorithm ¶
type HashmapAlgorithm uint8
const ( HashmapAlgorithmBinary HashmapAlgorithm = iota HashmapAlgorithmString HashmapAlgorithmInterface )
Constants for hashmap algorithms.
Click to show internal directories.
Click to hide internal directories.