java.lang.Object
ghidra.app.util.bin.format.golang.rtti.types.GoType
ghidra.app.util.bin.format.golang.rtti.types.GoSliceType
All Implemented Interfaces:
StructureMarkup<GoType>

public class GoSliceType extends GoType
Golang type information about a specific slice type.

See GoRttiMapper.getGenericSliceDT() or the "runtime.slice" type for the definition of a instance of a slice variable in memory.