LinkedList.moveToBookmark

moves read position back to a bookmark using the bookmark ID

Does NOT delete the bookmark. Use LinkedList.removeBookmark to delete

class LinkedList(T)
bool
moveToBookmark

Return Value

Type: bool

true if successful, false if the bookmark no longer exists

Meta