# Copyright (c) 2023 Yuki Kimoto
# MIT License
class Sys::Select::Fd_set {
version_from Sys;
interface Cloneable;
# Class methods
native static method new : Sys::Select::Fd_set ();
# Instance methods
native method DESTROY : void ();
native method clone : Sys::Select::Fd_set ();
}