Categorygithub.com/davron112/flatmap
modulepackage
1.1.1
Repository: https://github.com/davron112/flatmap.git
Documentation: pkg.go.dev

# README

flatmap

flatten and expand maps of interfaces

# Packages

No description provided by the author

# Functions

Flatten takes a hierarchy and flatten it using the tokenizer supplied.

# Variables

DefaultTokenizer is a tokenizer using a dot or fullstop.

# Structs

Map is a flatten map.

# Interfaces

Tokenizer is an interface for key manipulators.

# Type aliases

StringTokenizer is a Tokenizer using the string as separator.