LoRDeckCodes
LoRDeckCodes.Deck
— MethodDeck(deckcode::AbstractString)::Deck
LoRDeckCodes.DeckEncoder.encode_deck
— Functionencode_deck(cards::Vector{CardCodeAndCount})::String
encode_deck(deck::Deck)::String
LoRDeckCodes.Deck
— Typestruct Deck
cards::Vector{CardCodeAndCount}
version::UInt8
end
LoRDeckCodes.CardCodeAndCount
— Typestruct CardCodeAndCount
code::String
count::Int
end