struct Durian::Resolver::FetchList
- Durian::Resolver::FetchList
- Struct
- Value
- Object
Defined in:
durian/resolver/fetch_list.crConstructors
Instance Method Summary
- #empty?
- #first
- #first?
- #last
- #last?
- #list : Array(Socket::IPAddress)
- #listHash : UInt64
- #size
- #type : Fetch
Constructor Detail
def self.new(type : Fetch = Fetch::Local, list : Array(Socket::IPAddress) = [] of Socket::IPAddress, listHash : UInt64 = 0_u64)
#