Inline classes Members Inheritance Representation Mangling Inline classes vs type aliases Alpha status of inline classes Enabling inline classes in Gradle Enabling inline cla...
Type assertions Type assertions A type assertion provides access to an interface value's underlying concrete value. t := i .( T ) This statement asserts that the int...
copyRangeMethod copyRangeMethod New in version 1.8.0. Warning This is an experimental feature. Provides a choice of method for copying data between files. This can be used t...
Slices are like references to arrays Slices are like references to arrays A slice does not store any data, it just describes a section of an underlying array. Changing the ...
copyRangeMethod copyRangeMethod New in version 1.8.0. Warning This is an experimental feature. Provides a choice of method for copying data between files. This can be used to...