Documentation ¶
Overview ¶
Package slices -- Go言語の slice についてのサンプルが配置されているパッケージです。
Index ¶
- func Append() error
- func Basic01() error
- func Basic02() error
- func Basic03() error
- func Basic04() error
- func Basic05() error
- func Clear() error
- func Concat() error
- func Copy() error
- func DeepEqual() error
- func KeepAllocatedMemory() error
- func NewRegister() mapping.Register
- func NilAppend() error
- func Pointer() error
- func RemoveAllElements() error
- func Reverse() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeepEqual ¶
func DeepEqual() error
DeepEqual は、スライスに対して reflect.DeepEqual() した場合のサンプルです.
REFERENCES::
func KeepAllocatedMemory ¶
func KeepAllocatedMemory() error
KeepAllocatedMemory -- スライスのメモリ状態をキープしたままで len を 0 にするサンプルです.
REFERENCES:
func NewRegister ¶
NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。
func NilAppend ¶ added in v0.2.5
func NilAppend() error
NilAppend -- Nilなスライスに対して append した場合の挙動についてのサンプル
func RemoveAllElements ¶
func RemoveAllElements() error
RemoveAllElements -- スライスの全要素を削除するサンプルです.
REFERENCES:
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.