package
0.3.0
Repository: https://github.com/chavacava/dbc4go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewBankAccount creates an account with the given initial balance.
NewSet creates a new set.

# Structs

BankAccount represents a bank account.
Set is a collection of unique elements.
Stack implementation borrowed from https://dev.to/jpoly1219/stacks-in-go-54k.