size

fun size(): Triple<Int, Int, Int>

(nodes, replacements, confirmed): total live nodes, total replacement nodes, and the number of live nodes that are confirmed up. Port of std::tuple<int,int,int> routing_table::size().