Vengineerの妄想(準備期間)

人生は短いけど、長いです。人生を楽しみましょう!

2007-09-13から1日間の記事一覧

連想配列(Associative Array)

Verification Engineerの戯言 連想配列には、次のメソッドがあります。 function int num(); function void delete( [input index] ); function int exists( input index ); function int first( ref index ); function int last( ref index ); function int…