package
0.0.0-20211010210625-4aa0140a90eb
Repository: https://github.com/0xqab/concepts-of-programming-languages.git
Documentation: pkg.go.dev

# Functions

MakeBook constructs a book from a page array.
MakeIndex generates an index structure.
MakePage constructs a page from a string array.

# Type aliases

Book is an array of pages.
Index contains a list of pages for each word in a book.
Page contains an array of words.