# Copyright (c) 2023 Yuki Kimoto
# MIT License
class Sys::Socket::In6_addr extends Sys::Socket::In_addr_base : pointer {
version_from Sys;
# Class Methods
native static method new : Sys::Socket::In6_addr ();
# Instance Methods
native method DESTROY : void ();
native method s6_addr : string ();
native method set_s6_addr : void ($address : string);
}